﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@font-face {
  font-family: 'helv';
  src: url('../fonts/shine_personal_use.eot');
  src: url('../fonts/shine_personal_use.eot') format('embedded-opentype'), url('../fonts/shine_personal_use.ttf') format('truetype');
}
body {
  background: #000;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  background: #000;
}
.pc_menu {
  width: 50%;
}
.pc_menu .menu .nLi a {
  display: block;
  color: #fff;
  height: 80px;
  overflow: hidden; text-align:center
}
.pc_menu .menu .nLi a h4,
.pc_menu .menu .nLi a h5 {
  padding: 33px 0;
  -webkit-transition: all .5s;
          transition: all .5s;
  font-size: 14px;
}
.pc_menu .menu .nLi a h5 {
  background: #d7a746;
}
.pc_menu .menu .on a h4 {
  margin-top: -80px;
}
#content .about {
  padding: 90px 0 60px;
  background: url("../img/b1.png") no-repeat right top 20px;
  position: relative;
}
#content .about .img {
  width: 50%;
  float: left;
  padding-right: 5%;
}
#content .about .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#content .about .con {
  cursor: pointer;
  float: right;
  width: 50%;
}
#content .about .con h4 {
  font-size: 24px;
  color: #f5f5f5;
  line-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
#content .about .con h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 2px;
  background: #dca436;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .about .con p {
  font-size: 14px;
  color: #dfdfdf;
  line-height: 28px;
}
#content .about .con a {
  font-size: 20px;
  color: #d7a746;
  padding: 0 20px;
  display: inline-block;
  margin-top: 20px;
  background: url("../img/more.png") no-repeat right bottom 5px;
}
@media all and (max-width: 640px) {
	#content .about .con a { margin-top: 10px;font-size: 14px;}
}
#content .about .con:hover h4::after {
  width: 100%;
}
#content .title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 70px auto 80px;
}
#content .title h5 {
  font-family: helv;
  font-size: 40px;
  color: #f0f0f0;
  opacity: .3;
}
#content .title h4 {
  font-size: 34px;
  color: #fbfbfb;
  font-weight: bold;
}
#content .title:after {
  content: "";
  width: 5%;
  height: 5px;
  background: #d7a746;
  position: absolute;
  left: 47.5%;
  bottom: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .title:hover::after {
  width: 10%;
  left: 45%;
  height: 2px;
}
#content .new {
  background-image: url(../img/indexnew.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0%;
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
#content .new .con ul li {
  padding: 15px;
  float: left;
  width: 22.5%;
  margin-left: 2%;
  cursor: pointer;
  border: 1px solid #959595;
  margin-bottom: 10px;
}
#content .new .con ul li .head {
  padding-bottom: 5px;
  position: relative;
}
#content .new .con ul li .head h4 {
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 5px;
  opacity: .8;
}
#content .new .con ul li .head h5 {
  font-size: 14px;
  opacity: .8;
  color: #ffffff;
}
#content .new .con ul li .head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #959595;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .new .con ul li .subtitle {
  font-size: 16px;
  color: #ffffff;
  padding: 5px 0; display:block;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; width:100%
}
#content .new .con ul li .img {
  margin-bottom: 5px;
  overflow: hidden;
}
#content .new .con ul li .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .new .con ul li .text {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  height:66px; overflow:hidden
}
#content .new .con ul li .more {
  color: #fff;
}
#content .new .con ul li:hover .head::after {
  width: 20%;
}
#content .new .con ul li:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#content .new .mores {
  width: 20%;
  display: block;
  margin: 40px auto 0;
  border: 1px solid #bcbcbc;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
  color: #bcbcbc;
}
#content .new .mores:hover {
  color: #fff;
  border-color: #fff;
}
#content .product {
  padding: 40px 0 60px;
  background: url("../img/b2.png") no-repeat left top 10%, url("../img/b3.png") no-repeat right top 5%;
}
#content .product .con ul li {
  float: left;
  width: 22.5%;
  margin-left: 2%;
  cursor: pointer;
  margin-bottom: 15px;
}
#content .product .con ul li a {
  display: block;
}
#content .product .con ul li a .img {
  position: relative;
}
#content .product .con ul li a .img img {
  width: 100%;
}
#content .product .con ul li a .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/eyes.png") no-repeat center center;
  background-color: #120507;
  opacity: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .product .con ul li p {
  font-size: 14px;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .product .con ul li a:hover .img::after {
  opacity: .5;
}
#content .product .mores {
  width: 20%;
  display: block;
  margin: 40px auto 0;
  border: 1px solid #bcbcbc;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
  color: #bcbcbc;
}
#content .product .mores:hover {
  color: #fff;
  border-color: #fff;
}
#content .titlehead {
  border-bottom: 1px solid #95919a;
  margin-top: 50px;
}
#content .titlehead h2 {
  font-size: 24px;
  color: #d7a746;
  padding: 10px 15px;
  line-height: 150%;
  width: 26%;
  float: left;
  position: relative;
  cursor: pointer;
}
#content .titlehead h2 em {
  font-style: normal;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
#content .titlehead h2 .phone-menuicon {
  float: right;
  cursor: pointer;
}
#content .titlehead h2 .phone-menuicon img {
  -webkit-transition: all .4s;
  transition: all .4s;
}
#content .titlehead h2:after {
  content: "";
  width: 33%;
  height: 3px;
  background: #d7a746;
  position: absolute;
  bottom: -2px;
  right: 62%;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .titlehead h2:hover::after {
  right: 11px;
  width: 95%;
}
#content .titlehead .crumb {
  float: left;
  width: 74%;
  text-align: right;
  padding-right: 15px;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 60px;
}
#content .titlehead .crumb a{
  color: #d8d8d8;
}
#content .titlehead .crumb img {
  vertical-align: sub;
  margin: 0 5px;
}
#content .subinside {
  border-bottom: 1px solid #95919a;
}
#content .subinside ._aside .sidemenu {
  width: 90%;
  margin-left: 10%;
  padding-top: 20px;
}
#content .subinside ._aside .sidemenu .sub1 {
  margin-bottom: 20px;
}
#content .subinside .main {
  border-left: 1px solid #95919a;
  padding: 30px 15px;
}
#content .subinside .main .article .aboutsid {
  font-size: 14px;
  color: #b9b9b9;
  line-height: 28px;
}
#content .subinside .main .article .newsid ul li {
  padding: 15px;
  float: left;
  width: 31%;
  margin-left: 2%;
  cursor: pointer;
  border: 1px solid #959595;
  margin-bottom: 10px;
}
#content .subinside .main .article .newsid ul li .head {
  padding-bottom: 5px;
  position: relative;
}
#content .subinside .main .article .newsid ul li .head h4 {
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 5px;
  opacity: .8;
}
@media all and (max-width: 640px) {
	#content .subinside .main .article .newsid ul li .head h4{ font-size:20px;}
}
#content .subinside .main .article .newsid ul li .head h5 {
  font-size: 14px;
  opacity: .8;
  color: #ffffff;
}
#content .subinside .main .article .newsid ul li .head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #959595;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .subinside .main .article .newsid ul li .subtitle {
  font-size: 16px;
  color: #ffffff;
  padding: 5px 0; display:block;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; width:100%
}
#content .subinside .main .article .newsid ul li .img {
  margin-bottom: 5px;
  overflow: hidden;
}
#content .subinside .main .article .newsid ul li .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .subinside .main .article .newsid ul li .text {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px; height:66px; overflow:hidden
}
#content .subinside .main .article .newsid ul li .more {
  color: #fff;
}
#content .subinside .main .article .newsid ul li:hover .head::after {
  width: 20%;
}
#content .subinside .main .article .newsid ul li:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#content .subinside .main .article .newsid_b ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
}
#content .subinside .main .article .newsid_b ul li a {
  display: block;
}
#content .subinside .main .article .newsid_b ul li a h4 {
  font-size: 16px;
  color: #c8c8c8;
  margin-bottom: 10px;
}
#content .subinside .main .article .newsid_b ul li a h5 {
  font-size: 14px;
  color: #c8c8c8;
  padding: 5px 8px;
}
#content .subinside .main .article .newsid_b ul li a p {
  font-size: 14px;
  color: #c8c8c8;
  line-height: 24px;
  padding: 0 8px;
}
#content .subinside .main .article .newsid_b ul li a span {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #c8c8c8;
}
#content .subinside .main .article .newsid_b ul li a:hover h4 {
  text-decoration: underline;
}
#content .subinside .main .article .prosid ul li {
  float: left;
  width: 31%;
  margin-left: 2%;
  cursor: pointer;
  margin-bottom: 15px;
}
#content .subinside .main .article .prosid ul li a {
  display: block;
}
#content .subinside .main .article .prosid ul li a .img {
  position: relative;
}
#content .subinside .main .article .prosid ul li a .img img {
  width: 100%;
}
#content .subinside .main .article .prosid ul li a .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/eyes.png") no-repeat center center;
  background-color: #120507;
  opacity: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#content .subinside .main .article .prosid ul li p {
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .subinside .main .article .prosid ul li a:hover .img::after {
  opacity: .5;
}
#content .subinside .main .article .sousousid ul li {
  border: 1px solid #c1c1c1;
  padding: 10px;
  margin-bottom: 20px;
}
#content .subinside .main .article .sousousid ul li a {
  display: block;
}
#content .subinside .main .article .sousousid ul li a h4 {
  font-size: 14px;
  color: #cfcfcf;
  margin-bottom: 15px;
}
#content .subinside .main .article .sousousid ul li a p {
  font-size: 12px;
  color: #dddddd;
  line-height: 19px;
}
#content .subinside .main .article .sousousid ul li a span {
  font-size: 12px;
  color: #dddddd;
  background: #be8329;
  display: inline-block;
  padding: 5px 15px;
  float: right;
  margin: 10px 0;
}
#content .subinside .main .article .new_detailsid .news_detail .title1 {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  text-align: center;
  line-height: 22px;
}
#content .subinside .main .article .new_detailsid .news_detail .title1 h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
}
#content .subinside .main .article .new_detailsid .news_detail .title1 .box {
  display: inline-block;
  color: #fff;
  text-align: center;
}
#content .subinside .main .article .new_detailsid .news_detail .title1 .box img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
#content .subinside .main .article .new_detailsid .news_detail .title1 .box div {
  margin-right: 5px;
}
#content .subinside .main .article .new_detailsid .news_detail .title1 .box .time {
  float: left;
  text-align: center;
}
#content .subinside .main .article .new_detailsid .news_detail .title1 .box .eye {
  float: left;
  text-align: center;
}
#content .subinside .main .article .new_detailsid .news_detail .title1 .box .back {
  float: left;
  color: #fff;
}
#content .subinside .main .article .new_detailsid .news_detail .news_detail_content {
  margin-top: 20px;
  color: #fff;
}
#content .subinside .main .article .new_detailsid .news_detail .pageTurning {
  margin-top: 10px;
  padding-top: 10px;
}
#content .subinside .main .article .new_detailsid .news_detail .pageTurning .prevs {
  font-size: 14px;
  background: #ddd;
  padding: 5px;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#content .subinside .main .article .new_detailsid .news_detail .pageTurning .nexts {
  font-size: 14px;
  background: #ddd;
  padding: 5px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  margin-top: 5px;
}
#content .subinside .main .article .feedbacksid .feedback-form .title {
  padding: 15px;
  color: #000;
  background-color: #F2F2F2;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#content .subinside .main .article .feedbacksid .feedback-form .form-group .sure,
#content .subinside .main .article .feedbacksid .feedback-form .form-group .more {
  padding: 5px 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
#content .subinside .main .article .feedbacksid .feedback-form .form-group .sure {
  background: #df0024;
}
#content .subinside .main .article .feedbacksid .feedback-form .form-group .more {
  background: #dfa800;
}
#content .subinside .main .article .feedbacksid label {
  color: #fff;
}
#content .subinside .main .article .pro_detailsid .product_detail {
  /*��Ʒ����ҳ��ʽ*/
}
#content .subinside .main .article .pro_detailsid .product_detail .title1 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #CACACA;
}
#content .subinside .main .article .pro_detailsid .product_detail .title1 h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
}
#content .subinside .main .article .pro_detailsid .product_detail .title1 p {
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  color: #fff;
}
#content .subinside .main .article .pro_detailsid .product_detail .title1 img {
  vertical-align: middle;
}
#content .subinside .main .article .pro_detailsid .product_detail .title1 a {
  display: block;
  text-align: center;
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
#content .subinside .main .article .pro_detailsid .product_detail .product_detail_images {
  padding-top: 20px;
  text-align: center;
  position: relative;
}
#content .subinside .main .article .pro_detailsid .product_detail .product_detail_images .product_detail_btn2 {
  position: absolute;
  right: 3%;
  top: 48%;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
#content .subinside .main .article .pro_detailsid .product_detail .product_detail_images .product_detail_btn1 {
  position: absolute;
  left: 3%;
  top: 48%;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
#content .subinside .main .article .pro_detailsid .product_detail .product_detail_images .owl-carousel .owl-item img {
   max-width: 100%; width:auto;
  margin: auto;
  cursor: pointer;
}
#content .subinside .main .article .pro_detailsid .product_detail .product_detail_images .owl-theme .owl-controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
#content .subinside .main .article .pro_detailsid .product_detail .product_detail_images .product_detail_img {
  width: 80%;
  margin: 0 auto;
}
#content .subinside .main .article .pro_detailsid .product_detail .product_detail_content {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .subinside .main .article .pro_detailsid .product_detail .product_detail_content2 {
  color: #fff;
}
#content .subinside .main .article .pro_detailsid .product_detail .pageTurning {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px #aaaaaa;
}
#content .subinside .main .article .pro_detailsid .product_detail .pageTurning .prevs,
#content .subinside .main .article .pro_detailsid .product_detail .pageTurning .nexts {
  font-size: 14px;
  background: #333;
  padding: 5px;color:#ccc
}
#content .subinside .main .article .pro_detailsid .product_detail .pageTurning .prevs a,
#content .subinside .main .article .pro_detailsid .product_detail .pageTurning .nexts a{
color:#ccc
}

#content .subinside .main .article .pro_detailsid .product_detail .pageTurning .nexts {
  margin-top: 5px;
}
#footer .footleft {
  width: 50%;
  float: left;
}
#footer .footleft p {
  color: #fff;
  padding: 10px 11%;
}
#footer .footright {
  width: 50%;
  float: left;
  padding-top: 40px;
}
#footer .address {
  padding: 5px;
  border: 1px solid #fff;
  width: 78%;
  margin: 0 auto;
}
#footer .add {
  margin: 0px 0 15px;
}
#footer .add .left {
  width: 60%;
}
#footer .add .code {
  width: 19%;
}
#footer .add .code img {
  width: 100%;
}
#footer .add p {
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  padding: 0 7px;
}
@media all and (max-width: 992px) {
  #header .logo {
    width: 31%;
  }
  #content .about .con p {
    height: 108px;
    overflow: hidden;
  }
  #content .about {
    background: none;
  }
  #content .new .con ul li {
    width: 47%;
  }
  #content .new .con ul li .img img {
    width: 100%;
  }
  #content .product .con ul li {
    width: 47%;
  }
  #content .product {
    background: #000;
  }
  #footer .footleft {
    width: 45%;
  }
  #footer .footright {
    width: 55%;
  }
  #content .titlehead .crumb {
    width: 73%;
  }
  #content .titlehead h2 {
    width: 27%;
  }
  #content .subinside ._aside .sidemenu {
    width: 90%;
    margin-left: 10%;
  }
  #content .subinside .main .article .newsid_b ul li a p {
    height: 72px;
    overflow: hidden;
  }
  #content .subinside .main .article .prosid ul li {
    width: 48%;
    margin-left: 4%;
  }
  #content .subinside .main .article .prosid ul li:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  #content .subinside {
    border-bottom: none;
  }
  #content .subinside .main {
    border-left: none;
  }
  #content .new .con ul li .head h4 {
    font-size: 20px;
  }
  #banner {
    margin-top: 55px;
  }
  #header {
    height: 55px;
  }
  #header .logo {
    width: 54%;
  }
  #content .about {
    padding: 10px 15px;
  }
  #content .about .img {
    width: 100%;
    padding: 0;
  }
  #content .about .con {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .about .con h4 {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  #content .title {
    margin: 30px auto 40px;
  }
  #content .title h5 {
    font-size: 30px;
  }
  #content .title h4 {
    font-size: 24px;
  }
  #content .new .mores,
  #content .product .mores {
    width: 30%;
    margin: 10px auto 0;
    font-size: 14px;
  }
  #content .new {
    padding-bottom: 30px;
  }
  #content .product {
    padding: 20px 0 30px;
  }
  #footer .copyright .pc_footer_nav,
  #footer .add,
  #footer .footleft {
    display: none;
  }
  #footer .footright {
    width: 100%;
    text-align: center;
  }
  #content .titlehead h2 {
    width: 100%;
    background: #be8329;
    color: #fff;
    padding: 5px 10px;
  }
  #content .titlehead h2 em {
    display: none;
  }
  #content .subinside ._aside .sidemenu {
    width: 95%;
    margin: 0 auto;
    padding-top: 3px;
  }
  ._aside ul.sidemenu > li.sub1 > a.sub1_a {
    background: #f0f0f0;
    padding: 5px;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }
  #content .subinside ._aside .sidemenu .sub1 {
    margin-bottom: 3px;
  }
  #content .titlehead {
    margin-top: 5px;
  }
  #content .titlehead h2:after {
    height: 0;
  }
  #content .subinside .main .article .newsid ul li {
    width: 48%;
    margin-left: 4%;
  }
  #content .subinside .main .article .newsid ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  #content .titlehead h2 {
    font-size: 14px;
  }
  #content .titlehead h2 .phone-menuicon {
    width: 5%;
  }
  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
    font-size: 12px;
    line-height: 20px;
  }
  #content .subinside .main .article .sousousid ul li a p {
    height: 57px;
    overflow: hidden;
  }
  .feedback-form .title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
